-
Notifications
You must be signed in to change notification settings - Fork 5k
Guardrails PR + minor changes in evaluation framework #2265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Refactor code in Chat component
…estions prompt in ChatApproach
…estions prompt in ChatApproach
…ser engagement and clarity
… markdown formatting for natural language responses
…dependencies, and upgrade vite to version 5.4.6
…ved readability Revert changes made by VSCode/Copilot
Update prompt to limit responses to indexed data.
Removing block from going outside sources from user prompt, it's been moved to the main prompt
tweaking limits down for token usage - needs testing
Tweaking/aligning to main approach.py
Adjustment to prompt to refine: - Using source index only - Table formatting - Clarifying questions
- Refactored the chat approach code in `chatapproach.py` to improve readability and maintainability. - Updated the assistant's prompts to provide a more informative introduction about GovGPT and its role as a New Zealand Government chat companion. Closes Azure-Samples#123
Update ExmapleList to reflect changes few_shots
Frontend/edugpt updates
Revert "Frontend/edugpt updates"
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them. For more details, check our Contributing Guide.
|
Is this intended to be a public PR? It does not seem so, so I'm guessing you'll want to close it. Neat to hear that someone's using guardrails. (I'm not going to peek at your code, however, assuming its an unintentional PR). |
Created by a mistake |
Added input guardrails for approaches
Added output guardrails for chat approaches
UI updated to handle guardrails changes
Minor changes in eval framework (to handle guardrail changes)